﻿@font-face {
	font-family: 'icomoon';
	src: url('../../fonts/icomoon.eot?cwsfki');
	src: url('../../fonts/icomoon.eot?cwsfki#iefix') format('embedded-opentype'),
		url('../../fonts/icomoon.ttf?cwsfki') format('truetype'),
		url('../../fonts/icomoon.woff?cwsfki') format('woff'),
		url('../../fonts/icomoon.svg?cwsfki#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-clear:before {
	content: "\e901";
}

.icon-search:before {
	content: "\e900";
}

/* 头部样式 start */

.header {
	height: 86px;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1);
}

.logo a {
	display: block;
	width: 177px;
	height: 44px;
	background: url(../../images/logo.png) no-repeat center;
	margin-top: 20px;
}

.navlist {
	position: relative;
}

.navlist ul li {
	float: left;
}

.navlist ul li a {
	font-size: 15px;
}

.navlist ul li a {
	display: inline-block;
	height: 86px;
	padding: 0 20px;
	text-align: center;
	line-height: 86px;
}
.navlist ul li a h2
{
font-size:inherit;
}

.navlist ul li a.active {
	color: #0599e8;
}



.r-icon {
	position: absolute;
	right: -20px;
	top: 50%;
	font-size: 22px;
	margin-top: -11px;
	cursor: pointer;
	transition: all .4s linear;
}

.search-box {
	width: 100%;
	/* height: 4000px; */
	border-top: 1px solid #dcdcdc;
	position: absolute;
	top: 86px;
	display: none;
}

.searchinput {
	width: 1200px;
	margin-top: 20px;
	height: 90px;
	position: relative;

}

.searchinput>input {
	color: #333;
	width: 1200px;
	height: 90px;
	border: none;
	outline: none;
	font-size: 30px;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
}

.searchinput>button {
	cursor: pointer;
	position: absolute;
	top: 28px;
	right: 0;
	width: 35px;
	height: 35px;
	border: none;
	outline: none;
	font-size: 30px;
	margin: 0 auto;
	background-color: orange;
	background: url(../../images/shubiao.png) no-repeat center;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-input-placeholder {
	color: #ccc;
}

input::-ms-input-placeholder {
	color: #ccc;
}

/* 头部结束 end */
